UNPKG
snowy-designer
Version:
latest (0.1.1-alpha.7)
0.1.1-alpha.7
0.1.1-alpha.6
0.1.1-alpha.5
0.1.1-alpha.4
0.1.1-alpha.0
基于Epic-Designer-Pro版本的设计器,可视化开发页面表单
github.com/Kchengz/epic-designer
Kchengz/epic-designer
snowy-designer
/
dist
/
hooks
/
src
/
plugin
/
useState.cjs
2 lines
(1 loc)
•
263 B
JavaScript
View Raw
1
2
"use strict"
;
Object
.
defineProperty
(
exports
,
Symbol
.
toStringTag
,{
value
:
"Module"
});
const
c=
require
(
"vue"
);
function
i
(
r={}
){
const
e=c.
reactive
({...r});
function
o
(
t,u
){e[t]=u}
function
n
(
t
){
delete
e[t]}
return
{
removeProperty
:n,
setProperty
:o,
state
:e}}
exports
.
useState
=i;