Skip to main content
Yiju Care GuidePreparing your page
医疗级专业核验
透明收费 · 拒绝隐形 Daily 08:00-20:00

Verified Listings · Professional Advisors · Free Matching

Find Senior Communities

Compare communities by location, care needs and budget, with clear pricing, availability and verified service details.

  • 2,486 communities
  • 38 service cities
  • 7×12h Advisor Hours

Senior Care News & Communities

On this page 8 items
View All Communities
better-scroll左右联动使用方法News
Senior Care News

better-scroll左右联动使用方法

let leftScroll: any; //左边滚动 let rightScroll: any; // 右边滚动 // 点击事件 点击左边右边滚动到指定位置 let changeNumber = (index: any) => { rightScroll.scrollTo...

Read More
Pinia的基本使用方法News
Senior Care News

Pinia的基本使用方法

创建 引入 import { defineStore } from 'pinia' 定义,把变量变量暴露出去 export const useShopInfoStore = defineStore('shop', () => { let shopInfo = ref() l...

Read More
使用vue3+TS提示模块无法找到。News
Senior Care News

使用vue3+TS提示模块无法找到。

创建页面也可以正常访问,但是ts报错找不不到模块,可以尝试使用下面方法解决 1.在根目录下面创建 shims-vue.d.ts ,放入下面代码,如果第二和代码段不行,可以尝试第一个。 // declare module '*.vue' { // import type { Def...

Read More
基于Vue3,webscoket聊天室News
Senior Care News

基于Vue3,webscoket聊天室

<template> <MyCart title="聊天室"> <template #button> <el-button @click="chat" type="primary">加入聊天室</el-button> ...

Read More
Vue3组件的二次封装以及插槽、传值的使用News
Senior Care News

Vue3组件的二次封装以及插槽、传值的使用

使用ElementUI的Card的组件的时候,很多地方都会用到卡片这个组件,以及修改一下他默认的样式,进行了二次的封装。 效果图如下: 这里封装主要是针对表格处理的,接收了一个标题参数,和2个具名插槽,一个是是否导出表格按钮,一个是表格内容。 子组件代码如下: <templ...

Read More
vue3写了一个路由标签导航栏组件News
Senior Care News

vue3写了一个路由标签导航栏组件

vue3里面引入就可以使用,vue2需要注册一下在调用。 大致思路,进入页面的时候监听路由,判断当前路由的地址,然后把这个地址用来做激活样式匹配,接下来就是点击事件,点击谁就把激活样式给谁,其次是删除如果删除的是第一个,下次跳转默认下标为0的标签,并且附带激活样式,如果不是就跳...

Read More

Selection Guide