ปิด api ที่ยังไม่ได่ใช้
This commit is contained in:
parent
6ab1a862d6
commit
a61dfb8789
6 changed files with 109 additions and 96 deletions
|
|
@ -0,0 +1,10 @@
|
|||
import { ref, computed } from 'vue'
|
||||
import { defineStore } from 'pinia'
|
||||
|
||||
export const useMetaStore = defineStore('meta', () => {
|
||||
const meta = ref<string>('')
|
||||
|
||||
return {
|
||||
meta
|
||||
}
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue