We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When explicit termination of linked message parsing scope is required, use the pipe character | to demarcate boundaries (exception will be displayed).
const messages = { zh_CN: { message: { name: '张三', linked: '@:message.name| 批准了这个请求' } } }
Output: <p>张三批准了这个请求</p>
https://stackblitz.com/edit/vitejs-vite-re6m8k9a?file=src%2FApp.vue
System: OS: macOS 15.3.2 CPU: (8) arm64 Apple M1 Memory: 104.13 MB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 22.11.0 - ~/.nvm/versions/node/v22.11.0/bin/node npm: 10.9.0 - ~/.nvm/versions/node/v22.11.0/bin/npm pnpm: 9.14.4 - ~/.nvm/versions/node/v22.11.0/bin/pnpm Browsers: Chrome: 135.0.7049.85 Edge: 135.0.3179.54 Safari: 18.3.1
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reporting a bug?
When explicit termination of linked message parsing scope is required, use the pipe character | to demarcate boundaries (exception will be displayed).
Expected behavior
Reproduction
https://stackblitz.com/edit/vitejs-vite-re6m8k9a?file=src%2FApp.vue
System Info
Screenshot
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: