nuxt-layer-core 1.0.3 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -138,7 +138,7 @@ const router = useRouter()
138
138
 
139
139
  function handleSelectPlan(plan) {
140
140
  router.push({
141
- path: `/dang-ky-tu-van/khoa-hoc-proxmox`,
141
+ path: `/tu-van/khoa-hoc-proxmox`,
142
142
  query: {
143
143
  plan: plan.id,
144
144
  name: plan.name,
@@ -218,7 +218,7 @@ function handleContactClick(plan) {
218
218
  : ''
219
219
 
220
220
  router.push({
221
- path: `/dang-ky-tu-van/khoa-hoc-proxmox`,
221
+ path: `/tu-van/khoa-hoc-proxmox`,
222
222
  query: {
223
223
  plan: plan.id || plan.name,
224
224
  name: plan.name,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "nuxt-layer-core",
3
3
  "type": "module",
4
4
  "private": false,
5
- "version": "1.0.3",
5
+ "version": "1.0.5",
6
6
  "scripts": {
7
7
  "build": "env-cmd -f .env nuxt build",
8
8
  "dev": "env-cmd -f .env nuxt dev"