UNPKG
st-store-pinia
Version:
latest (0.0.1)
0.0.1
Small Tail Store Pinia —— Small Tail 基于 Pinia 的与状态管理相关的代码库
st-store-pinia
/
lib
/
index.js
2 lines
(1 loc)
•
170 B
JavaScript
View Raw
1
2
"use strict"
;
Object
.
defineProperty
(
exports
,
Symbol
.
toStringTag
,{
value
:
"Module"
});
const
e=
require
(
"./mixins/use-state-mixin.js"
),t=e.
useStateMixin
;
exports
.
useStateMixin
=t;