sort
This commit is contained in:
parent
2fa9fcbb4c
commit
66cb55f509
11 changed files with 102 additions and 97 deletions
|
|
@ -247,6 +247,14 @@ const landingPageUrl = ref<string>(configParam.landingPageUrl);
|
|||
function onViewDetailNoti(url: string) {
|
||||
window.open(url, "_blank");
|
||||
}
|
||||
|
||||
/** ดูการเปลี่ยน route name เพื่อเปลี่ยน tab */
|
||||
watch(
|
||||
() => route.name,
|
||||
(newVal) => {
|
||||
tab.value = newVal;
|
||||
}
|
||||
);
|
||||
</script>
|
||||
|
||||
<!-- โครงเว็บ -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue