|
@@ -176,7 +176,7 @@ watch(() => hints, (newValue) => {
|
|
if (properties) {
|
|
if (properties) {
|
|
return {
|
|
return {
|
|
suggestions: properties.map(prop => ({
|
|
suggestions: properties.map(prop => ({
|
|
- label: prop.label,
|
|
|
|
|
|
+ label: String(prop.label),
|
|
kind: prop.kind,
|
|
kind: prop.kind,
|
|
insertText: prop.insertText,
|
|
insertText: prop.insertText,
|
|
detail: prop.detail,
|
|
detail: prop.detail,
|