mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2025-04-04 13:01:52 +08:00
chore: update types
# Conflicts: # generator.js
This commit is contained in:
parent
79ba8072d2
commit
2ca6b35a75
@ -42,8 +42,6 @@ module.exports = (api, options, rootOptions) => {
|
||||
devDependencies: {
|
||||
'@dcloudio/uni-helper-json': '*',
|
||||
'@dcloudio/types': '^3.3.2',
|
||||
'miniprogram-api-typings': '*',
|
||||
'mini-types': '*',
|
||||
'postcss-comment': '^2.0.0'
|
||||
}
|
||||
}
|
||||
|
@ -14,9 +14,7 @@
|
||||
"baseUrl": ".",
|
||||
"types": [
|
||||
"webpack-env",
|
||||
"@dcloudio/types",
|
||||
"miniprogram-api-typings",
|
||||
"mini-types"
|
||||
"@dcloudio/types"
|
||||
],
|
||||
"paths": {
|
||||
"@/*": [
|
||||
|
@ -1,9 +0,0 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"types": [
|
||||
"@dcloudio/types",
|
||||
"miniprogram-api-typings",
|
||||
"mini-types"
|
||||
]
|
||||
}
|
||||
}
|
11
template/common/shims-uni.d.ts
vendored
11
template/common/shims-uni.d.ts
vendored
@ -1,10 +1,11 @@
|
||||
/// <reference types='@dcloudio/types' />
|
||||
import Vue from 'vue'
|
||||
declare module "vue/types/options" {
|
||||
type Hooks = App.AppInstance & Page.PageInstance;
|
||||
interface ComponentOptions<V extends Vue> extends Hooks {
|
||||
/**
|
||||
* 组件类型
|
||||
*/
|
||||
mpType?: string;
|
||||
/**
|
||||
* 组件类型
|
||||
*/
|
||||
mpType?: string;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
2
template/common/shims-vue.d.ts
vendored
2
template/common/shims-vue.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
declare module "*.vue" {
|
||||
import Vue from 'vue'
|
||||
export default Vue
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user