small fix
This commit is contained in:
parent
1e26b9188c
commit
5a65e1d895
1 changed files with 1 additions and 1 deletions
|
|
@ -667,7 +667,7 @@ export default {
|
||||||
})
|
})
|
||||||
|
|
||||||
exports.clearStyle = () => {
|
exports.clearStyle = () => {
|
||||||
onImport(interfaceStore().styleDataUsed)
|
onImport(interfaceStore.styleDataUsed)
|
||||||
}
|
}
|
||||||
|
|
||||||
exports.exportStyle = () => {
|
exports.exportStyle = () => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue