优化
Former-commit-id: 45a79fe05a14769c1a31a3342133013c181d6459 [formerly 45a79fe05a14769c1a31a3342133013c181d6459 [formerly 45a79fe05a14769c1a31a3342133013c181d6459 [formerly 45a79fe05a14769c1a31a3342133013c181d6459 [formerly 95caeef047c0671c5888416269f14b02f1901efe [formerly b07d79ab403f2d54110a4f2b0517f84f31a3e626]]]]] Former-commit-id: 0bdb267c08ca3fa5724ac191da95e328780f9631 Former-commit-id: a55782f9bd52e1db4add37c141fd8aee863cf436 Former-commit-id: f9f1180a18246208a8c268689f7b3316dcb1cc54 [formerly b5c2f9ae7d07b86e84d87f13ec40dfa37d5e876c] Former-commit-id: b1b9ecb9d12c8520c02f2ce10a0a7feb30a10f04 Former-commit-id: 5c344f906ccdc1bb33537959621a6f7e864b3ea4 Former-commit-id: 19bb1c83218a59143ab0563bd427bda85d7aede9 Former-commit-id: e75d98106a692cb9926921abeae6e424a2a6cef7 Former-commit-id: 718eb8c888c8c2518dee4ed6c909d1928c2217f4
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<d2-container type="card">
|
||||
<d2-container>
|
||||
<template slot="header">这个页面不会被 keep-alive</template>
|
||||
<p class="d2-mt-0">在下面的输入框输入任意字符后,切换到其它页面,再回到此页时输入框文字消失,证明没有被缓存</p>
|
||||
<el-input v-model="value" placeholder="input here"></el-input>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<d2-container type="card">
|
||||
<d2-container>
|
||||
<template slot="header">这个页面会被 keep-alive</template>
|
||||
<p class="d2-mt-0">在下面的输入框输入任意字符后,切换到其它页面,再回到此页时输入框文字保留,证明被缓存</p>
|
||||
<el-input v-model="value" placeholder="input here"></el-input>
|
||||
|
||||
Reference in New Issue
Block a user