mirror of
https://gitee.com/dromara/go-view.git
synced 2024-11-29 18:28:28 +08:00
fix: 修改plop模板数据
This commit is contained in:
parent
25f5d91e87
commit
50e62dbed7
@ -1,3 +1,3 @@
|
||||
export interface {{name}}StoreType {
|
||||
export interface {{upperDataName}}StoreType {
|
||||
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
import { defineStore } from 'pinia'
|
||||
import { {{name}}StoreType } from './{{name}}Store.d'
|
||||
import { {{upperDataName}}StoreType } from './{{name}}Store.d'
|
||||
import { setLocalStorage, getLocalStorage } from '@/utils'
|
||||
import { StorageEnum } from '@/enums/storageEnum'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user