Skip to content

Commit

Permalink
vuejs GPT update
Browse files Browse the repository at this point in the history
  • Loading branch information
luona-dev committed Nov 24, 2023
1 parent 36457ec commit 40b0a5c
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 8 deletions.
10 changes: 10 additions & 0 deletions gpts/vuejs/CHANGELOG-md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog of [latest]Vue.js GPT

## 2023-11-17:
- Initial Version with knowledge up to Version 3.3.0

## 2023-11-23:
- Complete overhaul of the knowledge file, based on a new workflow.
- 1.6% decrease in file size: 50.4 kB -> 49.6 kB | 10688 token -> 10663 token
- Added knowledge up to Version 3.3.8
- Added context knowledge about [latest] GPTs and ways to provide feedback to instructions.
31 changes: 23 additions & 8 deletions gpts/vuejs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Custom GPT coding assistants, equiped with knowledge of the latest Vue.js featur

| GPT | Version | Last Update📅 | Notes🗒️ |
|---|---|---|---|
| [[latest]Vue3 GPT](https://chat.openai.com/g/g-LXEGvZLUS-l-vue3-gpt) | 3.3.0 | 2023-11-17 | 😍 |
| [[latest]Vue3 GPT](https://chat.openai.com/g/g-LXEGvZLUS-l-vue3-gpt) | 3.3.8 | 2023-11-23 | 😍 |
| [[l]Vue3 GPT - plain](https://chat.openai.com/g/g-Vaqtu0K8V-l-vue3-gpt-plain) | ✖️ | 2023-11-17 | for testing purposes only |


Expand Down Expand Up @@ -45,10 +45,9 @@ As a comparison, each test is also conducted with "plain GPT" a GPT that has the
| Version | Pass | Notes |
|---|---|---|
| latest || |
| 3.3.0 || |
| 3.3.8 || |
| plain GPT || |

---
- **Prompt:** `How can I style my components dynamically?`
- **Difficulty:** 🟠 Medium
- **Expected Outcome:** `Mention the option to use v-bind within the <style> tag.`
Expand All @@ -58,10 +57,26 @@ As a comparison, each test is also conducted with "plain GPT" a GPT that has the
| Version | Pass | Notes |
|---|---|---|
| latest || |
| 3.3.0 || |
| 3.3.8 || |
| plain GPT || |

---

#### 🧪 onTrack onTrigger debug options for computed

- **Prompt:** `How can I debug my computed properties?`
- **Difficulty:** 🟢 Easy
- **Expected Outcome:** `Suggest to use the onTrack and onTrigger options for computed properties.`

**Results:**

| Version | Pass | Notes |
|---|---|---|
| latest || |
| 3.3.8 || |
| plain GPT || |

### Version 3.3.0
### Version 3.3.8
#### 🧪 console in \<template>

- **Difficulty** : 🟢 Easy
Expand All @@ -73,7 +88,7 @@ As a comparison, each test is also conducted with "plain GPT" a GPT that has the
| Version | Pass | Notes |
|---|---|---|
| latest || |
| 3.3.0 || |
| 3.3.8 || |
| plain GPT || |

- **Difficulty** : 🟠 Medium
Expand All @@ -84,7 +99,7 @@ As a comparison, each test is also conducted with "plain GPT" a GPT that has the
| Version | Pass | Notes |
|---|---|---|
| latest || |
| 3.3.0 || |
| 3.3.8 || |
| plain GPT || |

### 🧪 more ergnomic defineEmits type syntax
Expand All @@ -102,5 +117,5 @@ const emit = defineEmits<{
| Version | Pass | Notes |
|---|---|---|
| latest || |
| 3.3.0 || |
| 3.3.8 || |
| plain GPT || |

0 comments on commit 40b0a5c

Please sign in to comment.