vue3 語法糖setup使用keep-alive注意事項(xiàng)

動態(tài)組件使用keep-alive

  1. 使用setup語法糖,定義組件TestCom2
// TestCom2
<template>
  <div>
    <h3 class="text-lg text-blue-600 ">這是TestCom2組件</h3>
    <div class="mt-2 ">
      <button class="my-btn" @click="count++">+</button>
      <span class="mx-2 "> {{count}} </span>
      <button class="my-btn" @click="count--">-</button>
    </div>
  </div>
</template>

<script setup>
import { ref } from 'vue'
const count = ref(0)
</script>

<style lang='scss' scope>
</style>
  1. 不使用setup語法糖,定義組件TestCom1
// TestCom1
<template>
  <div>
    <h3 class="text-lg text-red-600 ">這是TestCom1組件</h3>
    <div class="mt-2 ">
      <button class="my-btn" @click="count++">+</button>
      <span class="mx-2 "> {{count}} </span>
      <button class="my-btn" @click="count--">-</button>
    </div>
  </div>
</template>

<script lang="ts">
import { defineComponent, ref } from 'vue'

export default defineComponent({
  name: 'TestCom1',
  setup() {
    const count = ref(0)
    return {
      count
    }
  }
})
</script>

<style scoped>
</style>
  1. 不使用setup語法糖引入組件
<template>
   <div class="p-2 keep-alive">
    <div class="p-2 mb-2 border-b border-gray-500">
      <button class="my-btn" @click="currentCom = 'TestCom1'">組件1</button>
      <button class="my-btn" @click="currentCom = 'TestCom2'">組件2</button>
    </div>
    <div class="p-2 border rounded-md shadow-lg">
      <keep-alive include="TestCom1,TestCom2">
        <component :is="currentCom"></component>
      </keep-alive>
    </div>
  </div>
</template>
<script lang="ts">
import TestCom1 from '@/components/define/TestCom1.vue'
import TestCom2 from '@/components/define/TestCom2.vue'
import { defineComponent } from 'vue'

export default defineComponent({
  components: {
    TestCom1,
    TestCom2
  },
  data() {
    return {
      currentCom: 'TestCom1'
    }
  }
})
</script>

結(jié)論:不使用setup語法糖引入組件, 不使用include 都可以實(shí)現(xiàn)緩存炬太, 使用include 后 TestCom1(沒有用語法糖) 有緩存,TestCom2(用語法糖)沒有緩存

  1. 使用setup語法糖引入組件
<template>
   <div class="p-2 keep-alive">
    <div class="p-2 mb-2 border-b border-gray-500">
     <!-- templte中組件名稱不要帶''要不然顯示不出來 -->
      <button class="my-btn" @click="currentCom = TestCom1">組件1</button>
      <button class="my-btn" @click="currentCom = TestCom2">組件2</button>
    </div>
    <div class="p-2 border rounded-md shadow-lg">
      <!-- 不適用include 可以實(shí)現(xiàn)緩存-->
      <!-- include="TestCom1",TestCom1可以實(shí)現(xiàn)緩存-->
      <!-- include="TestCom2",TestCom不能實(shí)現(xiàn)緩存-->
      <keep-alive include="TestCom1">
        <component :is="currentCom"></component>
      </keep-alive>
    </div>
  </div>
</template>
<script setup>
import TestCom1 from '@/components/define/TestCom1.vue'
import TestCom2 from '@/components/define/TestCom2.vue'
import { ref, shallowRef } from 'vue'

const currentCom = shallowRef(TestCom1)
</script>

結(jié)論:使用setup語法糖引入組件, 不使用include 都可以實(shí)現(xiàn)緩存剔猿,使用include 后 TestCom1(沒有用語法糖) 有緩存恶导,TestCom2(用語法糖)沒有緩存

總結(jié): keepalive的include匹配首先檢查組件自身的 name 選項(xiàng)怠硼,如果 name 選項(xiàng)不可用淮摔,則匹配它的局部注冊名稱 (父組件 components 選項(xiàng)的鍵值)浑玛。匿名組件不能被匹配,所以使用setup語法糖就無法使用使用include,需要進(jìn)行取舍

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末噩咪,一起剝皮案震驚了整個濱河市顾彰,隨后出現(xiàn)的幾起案子,更是在濱河造成了極大的恐慌胃碾,老刑警劉巖涨享,帶你破解...
    沈念sama閱讀 211,817評論 6 492
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件,死亡現(xiàn)場離奇詭異仆百,居然都是意外死亡厕隧,警方通過查閱死者的電腦和手機(jī),發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,329評論 3 385
  • 文/潘曉璐 我一進(jìn)店門俄周,熙熙樓的掌柜王于貴愁眉苦臉地迎上來吁讨,“玉大人,你說我怎么就攤上這事峦朗〗ㄉィ” “怎么了?”我有些...
    開封第一講書人閱讀 157,354評論 0 348
  • 文/不壞的土叔 我叫張陵波势,是天一觀的道長翎朱。 經(jīng)常有香客問我,道長尺铣,這世上最難降的妖魔是什么拴曲? 我笑而不...
    開封第一講書人閱讀 56,498評論 1 284
  • 正文 為了忘掉前任,我火速辦了婚禮凛忿,結(jié)果婚禮上澈灼,老公的妹妹穿的比我還像新娘。我一直安慰自己店溢,他們只是感情好叁熔,可當(dāng)我...
    茶點(diǎn)故事閱讀 65,600評論 6 386
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著逞怨,像睡著了一般者疤。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上叠赦,一...
    開封第一講書人閱讀 49,829評論 1 290
  • 那天驹马,我揣著相機(jī)與錄音,去河邊找鬼除秀。 笑死糯累,一個胖子當(dāng)著我的面吹牛,可吹牛的內(nèi)容都是我干的册踩。 我是一名探鬼主播泳姐,決...
    沈念sama閱讀 38,979評論 3 408
  • 文/蒼蘭香墨 我猛地睜開眼,長吁一口氣:“原來是場噩夢啊……” “哼暂吉!你這毒婦竟也來了胖秒?” 一聲冷哼從身側(cè)響起缎患,我...
    開封第一講書人閱讀 37,722評論 0 266
  • 序言:老撾萬榮一對情侶失蹤,失蹤者是張志新(化名)和其女友劉穎阎肝,沒想到半個月后挤渔,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 44,189評論 1 303
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡风题,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 36,519評論 2 327
  • 正文 我和宋清朗相戀三年判导,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片沛硅。...
    茶點(diǎn)故事閱讀 38,654評論 1 340
  • 序言:一個原本活蹦亂跳的男人離奇死亡眼刃,死狀恐怖,靈堂內(nèi)的尸體忽然破棺而出摇肌,到底是詐尸還是另有隱情擂红,我是刑警寧澤,帶...
    沈念sama閱讀 34,329評論 4 330
  • 正文 年R本政府宣布朦蕴,位于F島的核電站篮条,受9級特大地震影響,放射性物質(zhì)發(fā)生泄漏吩抓。R本人自食惡果不足惜涉茧,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,940評論 3 313
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望疹娶。 院中可真熱鬧伴栓,春花似錦、人聲如沸雨饺。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,762評論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽额港。三九已至饺窿,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間移斩,已是汗流浹背肚医。 一陣腳步聲響...
    開封第一講書人閱讀 31,993評論 1 266
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留向瓷,地道東北人肠套。 一個月前我還...
    沈念sama閱讀 46,382評論 2 360
  • 正文 我出身青樓,卻偏偏與公主長得像猖任,于是被迫代替她去往敵國和親你稚。 傳聞我的和親對象是個殘疾皇子,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 43,543評論 2 349

推薦閱讀更多精彩內(nèi)容