diff --git a/pages.json b/pages.json index c6b36af0a2ad4ccf75482e5715b87f4deb39d985..29aa02d2638ae5827d2d782be32e2aafb67dcb35 100644 --- a/pages.json +++ b/pages.json @@ -557,7 +557,6 @@ "navigationBarTitleText": "toRef" } }, - // #ifdef APP { "path": "pages/reactivity/utilities/to-refs/to-refs", "style": { @@ -570,7 +569,6 @@ "navigationBarTitleText": "toValue" } }, - // #endif { "path": "pages/reactivity/advanced/shallow-ref/shallow-ref", "style": { diff --git a/pages/index/index.uvue b/pages/index/index.uvue index 54ddc7b615691cbe14f09ccef638b7c4f781982e..12a3490d79c193d9a11e6acbc5fdb486844752ad 100644 --- a/pages/index/index.uvue +++ b/pages/index/index.uvue @@ -557,17 +557,11 @@ export default { id: 'to-refs', name: 'toRefs', url: 'to-refs/to-refs', - // #ifdef WEB - enable: false - // #endif }, { id: 'to-value', name: 'toValue', url: 'to-value/to-value', - // #ifdef WEB - enable: false - // #endif }, { id: 'un-ref', diff --git a/pages/reactivity/utilities/to-ref/to-ref.test.js b/pages/reactivity/utilities/to-ref/to-ref.test.js index 773d0b97b14df275ca1e89156b8e811ec6d8a743..e5e77f362c472b359dfecbd33efe2c76e585d392 100644 --- a/pages/reactivity/utilities/to-ref/to-ref.test.js +++ b/pages/reactivity/utilities/to-ref/to-ref.test.js @@ -1,13 +1,6 @@ const PAGE_PATH = '/pages/reactivity/utilities/to-ref/to-ref' describe('toRef', () => { - if (process.env.uniTestPlatformInfo.startsWith('web')) { - // TODO: web 端暂不支持 - it('web', async () => { - expect(1).toBe(1) - }) - return - } let page = null beforeAll(async () => { page = await program.reLaunch(PAGE_PATH) diff --git a/pages/reactivity/utilities/to-value/to-value.test.js b/pages/reactivity/utilities/to-value/to-value.test.js index c0f86d23a20b7a5506c36bd4c0e0820d2a7150e2..cd86cce0d090c071eda96a2e29e9a64e6ccef6de 100644 --- a/pages/reactivity/utilities/to-value/to-value.test.js +++ b/pages/reactivity/utilities/to-value/to-value.test.js @@ -1,13 +1,6 @@ const PAGE_PATH = '/pages/reactivity/utilities/to-value/to-value' describe('toValue', () => { - if (process.env.uniTestPlatformInfo.startsWith('web')) { - // TODO: web 端暂不支持 - it('web', async () => { - expect(1).toBe(1) - }) - return - } let page = null beforeAll(async () => { page = await program.reLaunch(PAGE_PATH) diff --git a/refactor_options-API-composition-API-correspondence.md b/refactor_options-API-composition-API-correspondence.md index d7135443412656ec1e8392de6084b2b3a84db3e5..85bf88c8441919cc1035221a5e80fa2eb39c3823 100644 --- a/refactor_options-API-composition-API-correspondence.md +++ b/refactor_options-API-composition-API-correspondence.md @@ -160,7 +160,7 @@ function transform(fileInfo, api) { - [x] v-on - [x] v-bind - [x] v-model -- [ ] v-slot +- [x] v-slot - [x] v-pre - [x] v-once - [x] v-memo