mirror of
https://github.com/rubickCenter/rubick
synced 2026-01-13 15:46:06 +08:00
✨ 支持 template 模板 list 模式
This commit is contained in:
10
tpl/src/shims-vue.d.ts
vendored
Normal file
10
tpl/src/shims-vue.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/* eslint-disable */
|
||||
declare module '*.vue' {
|
||||
import type { DefineComponent } from 'vue'
|
||||
const component: DefineComponent<{}, {}, any>
|
||||
export default component
|
||||
}
|
||||
|
||||
interface Window {
|
||||
rubick: any;
|
||||
}
|
||||
Reference in New Issue
Block a user