smthok's recent timeline updates
smthok

smthok

V2EX member #639558, joined on 2023-07-21 20:31:19 +08:00
smthok's recent replies
Sep 28, 2023
Replied to a topic by Goalonez Vue.js 兄弟们,问个 Vue3 reactive 的问题
import { ref, Ref } from 'vue'

interface Demo {
id: number;
demoNumber: number;
demoPrice: number;
demoText: string;
demoStatus: string;
demoTime: number;
}

const demo = ref({}) as Ref<Demo>

demo.value.id = 1
demo.value.demoNumber = 2
Aug 14, 2023
Replied to a topic by smthok 分享创造 一个简单的不能再简单的网页打开工具
@Track13 差不多
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5402 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 20ms · UTC 07:56 · PVG 15:56 · LAX 00:56 · JFK 03:56
♥ Do have faith in what you're doing.